home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / zapem-0.000 / zapem-0 / zapem / rnd.h < prev    next >
C/C++ Source or Header  |  1995-03-30  |  74b  |  9 lines

  1. #ifndef RND_H
  2. #define RND_H
  3.  
  4. extern"C"{
  5. int rnd( int my_range);
  6. }
  7.  
  8. #endif
  9.